home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / MRAC / Convert / c-pitch-to-tonality < prev    next >
Text File  |  1998-08-11  |  276b  |  10 lines

  1. c-pitch-to-tonality pitch-symbols
  2.  
  3. (c-pitch-to-tonality '(d#4 f4 f#4 g#4 a#4 c5 c#5))
  4. => (d# 4 f 4 f# 4 g# 4 a# 4 c 5 c# 5)
  5.  
  6. (c-pitch-to-tonality
  7.   '((d#4 f4 f#4 g#4 a#4 c5 c#5) (c4 d4 e4 f#4 g#4 a#4)))
  8.  
  9. => ((d# 4 f 4 f# 4 g# 4 a# 4 c 5 c# 5)
  10.     (c 4 d 4 e 4 f# 4 g# 4 a# 4))